home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / telecomm / freecomm.exe / CR-CRLF.HP < prev    next >
Encoding:
Text File  |  1992-11-20  |  292 b   |  12 lines

  1. ;    $Revision:   2.0  $
  2. ;    $Date:   20 Nov 1992 10:50:36  $
  3. ;
  4. declare integer ReceiveLineFeedsState
  5. option("temporary settings",yes)
  6. ifnot report("receive line feeds",ReceiveLineFeedsState)
  7.     option("receive line feeds",yes)
  8.   else
  9.     option("receive line feeds",no)
  10.   endif
  11. end()
  12.